GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > IReferenceSource インタフェース > GetValue メソッド : GetValue(IEvaluationContext,Int32,Int32,Int32,Int32,CellValue[],Int32) メソッド |
'Declaration
Overloads Sub GetValue( _ ByVal context As IEvaluationContext, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer, _ ByVal result() As CellValue, _ Optional ByVal index As Integer _ )
'使用法
Dim instance As IReferenceSource Dim context As IEvaluationContext Dim row As Integer Dim column As Integer Dim row2 As Integer Dim column2 As Integer Dim result() As CellValue Dim index As Integer instance.GetValue(context, row, column, row2, column2, result, index)